projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab22720
)
Extend face hl-line after end-of-line
author
Jimmy Aguilar Mena
<spacibba@aol.com>
Sat, 14 Sep 2019 21:46:10 +0000
(23:46 +0200)
committer
Jimmy Aguilar Mena
<spacibba@aol.com>
Mon, 14 Oct 2019 12:18:41 +0000
(14:18 +0200)
* lisp/hl-line.el (face hl-line): Added extend attribute to hl-line
face.
lisp/hl-line.el
patch
|
blob
|
history
diff --git
a/lisp/hl-line.el
b/lisp/hl-line.el
index 8d929b8bb09bd8d2aeb9e7db1bc6d26007afb3c8..8d92e36214f583798fe3b6f38f18f7536a142a3e 100644
(file)
--- a/
lisp/hl-line.el
+++ b/
lisp/hl-line.el
@@
-78,7
+78,7
@@
when `global-hl-line-sticky-flag' is non-nil.")
:group 'convenience)
(defface hl-line
- '((t :inherit highlight))
+ '((t :inherit highlight
:extend t
))
"Default face for highlighting the current line in Hl-Line mode."
:version "22.1"
:group 'hl-line)